- array
- The one-dimensional array that is the destination of the elements copied from the current collection.
- arrayIndex
- The index at which copying begins.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub CopyTo( _ ByVal array() As T, _ ByVal arrayIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCollection(Of T) Dim array() As T Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex) |
C# | |
---|---|
public virtual void CopyTo( T[] array, int arrayIndex ) |
C++/CLI | |
---|---|
public: virtual void CopyTo( array<T^>^ array, int arrayIndex ) |
Parameters
- array
- The one-dimensional array that is the destination of the elements copied from the current collection.
- arrayIndex
- The index at which copying begins.
For an example, refer to RasterCollection<T>.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7